home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / Systeme / whocrashed / whocrashedSetup.exe / {app} / WhoCrashedEx.exe / 0 / RCDATA / TCRASHCONFIGFORM / TCRASHCONFIGFORM.txt
Text File  |  2012-11-05  |  2KB  |  89 lines

  1. object CrashConfigForm: TCrashConfigForm
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Crash Dump Configuration'
  6.   ClientHeight = 314
  7.   ClientWidth = 645
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 21
  20.     Top = 133
  21.     Width = 86
  22.     Height = 13
  23.     Caption = 'Crash dump type:'
  24.   end
  25.   object ButtonCrash: TButton
  26.     Left = 103
  27.     Top = 289
  28.     Width = 81
  29.     Height = 25
  30.     Caption = 'Crash!'
  31.     Enabled = False
  32.     TabOrder = 0
  33.   end
  34.   object Button2: TButton
  35.     Left = 16
  36.     Top = 289
  37.     Width = 81
  38.     Height = 25
  39.     Caption = 'Cancel'
  40.     Default = True
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object buttonHelp: TButton
  45.     Left = 472
  46.     Top = 289
  47.     Width = 81
  48.     Height = 25
  49.     Caption = '&Help'
  50.     ImageAlignment = iaRight
  51.     ImageIndex = 9
  52.     ImageMargins.Right = 10
  53.     Images = MainForm.ImageListMenu
  54.     ModalResult = 9
  55.     TabOrder = 2
  56.   end
  57.   object memoCrashDumpTest: TMemo
  58.     Left = 16
  59.     Top = 17
  60.     Width = 601
  61.     Height = 89
  62.     BevelInner = bvSpace
  63.     BevelOuter = bvRaised
  64.     Color = clBtnFace
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clWindowText
  67.     Font.Height = -11
  68.     Font.Name = 'Tahoma'
  69.     Font.Style = [fsBold]
  70.     Lines.Strings = (
  71.       'memoCrashDumpTest')
  72.     ParentFont = False
  73.     ReadOnly = True
  74.     TabOrder = 3
  75.   end
  76.   object ComboBoxDumpType: TComboBox
  77.     Left = 168
  78.     Top = 130
  79.     Width = 449
  80.     Height = 21
  81.     TabOrder = 4
  82.     Items.Strings = (
  83.       ' Disabled (0)'
  84.       ' Full memory dump (1)'
  85.       'Kernel memory dump (2)'
  86.       'Minidump (3) ')
  87.   end
  88. end
  89.